Conversation
…rmat model has one.
|
Explore the complete analysis inside the Version Insights Performance Analysis Summary - PR #424OverviewPR #424 modifies the Python conversion script Performance ImpactBinary Analysis:
Power consumption changes: 0.0% across all binaries (variations < 1 nJ, within measurement noise). Function-Level Analysis:
Tokens Per Second Impact: Code Changes:
This PR enables Ministral-3 and Mistral-Large-3 models to use their official templates while maintaining full backward compatibility with existing conversion workflows. |
…s are file paths and reading them.
df48f9e to
cb46586
Compare
78ff3d3 to
117bfc3
Compare
Mirrored from ggml-org/llama.cpp#17749
Cont. ggml-org/llama.cpp#17712
Some of the new Ministral-3 Instruct variants have local chat templates, unlike previous Mistral models which required community intervention.
Beforehand, Ministral-3 models were converted and given an Unsloth
Devstralchat template. This PR ensures Ministral-3 models converted with--mistral-formatuse their own provided chat templates instead.It should also affect Mistral-Large-3 as it has its own chat template too - I don't have the resources to test converting it.